Command:/Users/favre/miniforge3/bin/python3.9 pyvkfft-test-suite --backend pyopencl --gpu m1 --gpumem 4 --nproc 4 --single --skip
Methodology: the included graphs measure the accuracy of the forward and backward transforms: an array is generated with random uniform values between -0.5 and 0.5, and the results of its transform are compared with either pyfftw (in long double precision) if available, or scipy if available, or numpy fft. The L2 curve measures the average square norm difference, and the L∞ the maximum difference.
Note: for the R2C inverse transform, the result of the forward transform is used instead of re-using the random array (in order to have a proper half-Hermitian array), contrary to what is done for other transforms. This explains why the IFFT R2C maximum (L∞) errors are larger.
Note 2: some "errors" for DCT may be due to unsupported sizes in VkFFT, which vary depending on the card and language used (amount of shared/local memory). So they just indicate a current limit for the transform sizes rather than a real error.
[Click on the highlighted cells for details and accuracy graphs vs the transform size]
GPU | backend | transform | ndim | range | radix | dtype | inplace | LUT | norm | time-duration | FAIL | ERROR |
---|---|---|---|---|---|---|---|---|---|---|---|---|
m1 | pyopencl | Regular multi-dimensional C2C/R2C/R2R test | 2024-09-26 14h45:43 +00h 05m 49s | 0 | 0 | |||||||
m1 | pyopencl | C2C | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 14h51:32 +00h 02m 18s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 1090, in test_systematic from scipy import stats File "/Users/favre/miniforge3/lib/python3.9/site-packages/scipy/stats/__init__.py", line 441, in | ||||||||||||
m1 | pyopencl | C2C | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 15h08:50 +00h 03m 48s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 1090, in test_systematic from scipy import stats File "/Users/favre/miniforge3/lib/python3.9/site-packages/scipy/stats/__init__.py", line 441, in | ||||||||||||
m1 | pyopencl | C2C | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 15h43:25 +00h 15m 23s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 1090, in test_systematic from scipy import stats File "/Users/favre/miniforge3/lib/python3.9/site-packages/scipy/stats/__init__.py", line 441, in | ||||||||||||
m1 | pyopencl | R2C | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 20h01:47 +00h 02m 19s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --r2c --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 1090, in test_systematic from scipy import stats File "/Users/favre/miniforge3/lib/python3.9/site-packages/scipy/stats/__init__.py", line 441, in | ||||||||||||
m1 | pyopencl | R2C | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 20h19:04 +00h 01m 33s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 2 --range 2 4500 --r2c --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 1090, in test_systematic from scipy import stats File "/Users/favre/miniforge3/lib/python3.9/site-packages/scipy/stats/__init__.py", line 441, in | ||||||||||||
m1 | pyopencl | R2C | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 20h20:37 +00h 06m 41s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --r2c --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 1090, in test_systematic from scipy import stats File "/Users/favre/miniforge3/lib/python3.9/site-packages/scipy/stats/__init__.py", line 441, in | ||||||||||||
m1 | pyopencl | DCT1 | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 20h27:19 +00h 04m 12s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --dct 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT1 | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 20h31:32 +00h 02m 40s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --dct 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT1 | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 20h34:12 +00h 02m 48s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dct 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2, 2), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT2 | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 21h21:54 +00h 02m 29s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --dct 2 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT2 | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 22h09:15 +00h 02m 09s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --dct 2 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT2 | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 22h41:20 +00h 02m 14s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dct 2 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2, 2), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=2, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT3 | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 22h58:32 +00h 02m 18s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --dct 3 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT3 | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-26 23h30:46 +00h 02m 04s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --dct 3 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT3 | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 00h00:57 +00h 02m 14s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dct 3 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2, 2), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=3, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT4 | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 00h48:03 +00h 02m 29s [ 1846 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 3 100000 --dct 4 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT4 | 2 | 3-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 00h50:33 +00h 02m 38s [ 511 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 3 4500 --dct 4 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DCT4 | 3 | 3-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 00h53:11 +00h 02m 56s [ 174 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 3 550 --dct 4 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=4, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 399, in test_accuracy d = dctn(d0n, axes=axes_numpy, type=dct) NameError: name 'dctn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dctn' is not defined | ||||||||||||
m1 | pyopencl | DST1 | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 01h41:02 +00h 04m 43s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --dst 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST1 | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 02h24:18 +00h 02m 47s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --dst 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST1 | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 03h26:55 +00h 02m 52s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dst 1 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2, 2), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=1, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST2 | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 04h14:40 +00h 02m 35s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --dst 2 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST2 | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 05h02:07 +00h 02m 16s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --dst 2 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST2 | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 05h49:17 +00h 02m 22s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dst 2 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2, 2), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=2, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST3 | 1 | 2-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 06h21:35 +00h 02m 22s [ 1847 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 2 100000 --dst 3 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST3 | 2 | 2-4500 (N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 07h08:50 +00h 02m 05s [ 512 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 2 --ndim 2 --range 2 4500 --dst 3 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560, 560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567, 567), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572, 572), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576, 576), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585, 585), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588, 588), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594, 594), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600, 600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605, 605), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616, 616), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624, 624), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625, 625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630, 630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637, 637), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640, 640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648, 648), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650, 650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660, 660), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672, 672), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675, 675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676, 676), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686, 686), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693, 693), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700, 700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702, 702), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704, 704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715, 715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720, 720), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726, 726), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728, 728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729, 729), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735, 735), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750, 750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756, 756), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768, 768), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770, 770), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780, 780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784, 784), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792, 792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800, 800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810, 810), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819, 819), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825, 825), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832, 832), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840, 840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845, 845), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847, 847), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858, 858), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864, 864), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875, 875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880, 880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882, 882), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891, 891), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896, 896), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900, 900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910, 910), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924, 924), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936, 936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945, 945), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960, 960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968, 968), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972, 972), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975, 975), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980, 980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990, 990), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000, 1000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001, 1001), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008, 1008), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014, 1014), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024, 1024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029, 1029), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040, 1040), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050, 1050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053, 1053), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056, 1056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078, 1078), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080, 1080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089, 1089), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092, 1092), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100, 1100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120, 1120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125, 1125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134, 1134), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144, 1144), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152, 1152), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155, 1155), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170, 1170), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176, 1176), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183, 1183), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188, 1188), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200, 1200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210, 1210), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215, 1215), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225, 1225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232, 1232), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248, 1248), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250, 1250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260, 1260), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274, 1274), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280, 1280), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287, 1287), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296, 1296), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300, 1300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320, 1320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323, 1323), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331, 1331), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344, 1344), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350, 1350), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352, 1352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365, 1365), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372, 1372), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375, 1375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386, 1386), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400, 1400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404, 1404), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408, 1408), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430, 1430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440, 1440), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452, 1452), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456, 1456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458, 1458), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470, 1470), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485, 1485), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500, 1500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512, 1512), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521, 1521), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536, 1536), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540, 1540), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560, 1560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568, 1568), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573, 1573), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575, 1575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584, 1584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600, 1600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617, 1617), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620, 1620), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625, 1625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638, 1638), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650, 1650), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664, 1664), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680, 1680), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690, 1690), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694, 1694), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701, 1701), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715, 1715), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716, 1716), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728, 1728), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750, 1750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755, 1755), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760, 1760), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764, 1764), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782, 1782), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792, 1792), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800, 1800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815, 1815), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820, 1820), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848, 1848), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859, 1859), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872, 1872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875, 1875), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890, 1890), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911, 1911), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920, 1920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925, 1925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936, 1936), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944, 1944), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950, 1950), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960, 1960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980, 1980), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000, 2000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002, 2002), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016, 2016), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025, 2025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028, 2028), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048, 2048), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058, 2058), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079, 2079), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080, 2080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100, 2100), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106, 2106), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112, 2112), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145, 2145), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156, 2156), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160, 2160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178, 2178), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184, 2184), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187, 2187), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197, 2197), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200, 2200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205, 2205), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240, 2240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250, 2250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268, 2268), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275, 2275), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288, 2288), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304, 2304), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310, 2310), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340, 2340), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352, 2352), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366, 2366), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376, 2376), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400, 2400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401, 2401), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420, 2420), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430, 2430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450, 2450), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457, 2457), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464, 2464), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475, 2475), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496, 2496), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500, 2500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520, 2520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535, 2535), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541, 2541), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548, 2548), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560, 2560), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574, 2574), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592, 2592), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600, 2600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625, 2625), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640, 2640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646, 2646), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662, 2662), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673, 2673), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688, 2688), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695, 2695), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700, 2700), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704, 2704), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730, 2730), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744, 2744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750, 2750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772, 2772), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800, 2800), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808, 2808), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816, 2816), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835, 2835), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860, 2860), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880, 2880), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904, 2904), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912, 2912), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916, 2916), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925, 2925), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940, 2940), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970, 2970), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000, 3000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003, 3003), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024, 3024), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025, 3025), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042, 3042), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072, 3072), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080, 3080), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087, 3087), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120, 3120), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125, 3125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136, 3136), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146, 3146), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150, 3150), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159, 3159), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168, 3168), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185, 3185), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200, 3200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234, 3234), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240, 3240), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250, 3250), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267, 3267), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276, 3276), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300, 3300), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328, 3328), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360, 3360), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375, 3375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380, 3380), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388, 3388), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402, 3402), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430, 3430), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432, 3432), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456, 3456), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465, 3465), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500, 3500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510, 3510), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520, 3520), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528, 3528), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549, 3549), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564, 3564), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575, 3575), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584, 3584), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600, 3600), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630, 3630), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640, 3640), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645, 3645), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675, 3675), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696, 3696), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718, 3718), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744, 3744), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750, 3750), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773, 3773), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780, 3780), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822, 3822), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840, 3840), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850, 3850), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861, 3861), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872, 3872), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888, 3888), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900, 3900), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920, 3920), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960, 3960), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969, 3969), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993, 3993), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000, 4000), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004, 4004), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032, 4032), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050, 4050), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056, 4056), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095, 4095), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096, 4096), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116, 4116), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125, 4125), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158, 4158), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160, 4160), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200, 4200), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212, 4212), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224, 4224), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225, 4225), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235, 4235), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290, 4290), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312, 4312), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320, 4320), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356, 4356), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368, 4368), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374, 4374), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375, 4375), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394, 4394), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400, 4400), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410, 4410), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455, 4455), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459, 4459), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480, 4480), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500, 4500), ndim=2, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST3 | 3 | 2-550 (N,N,N) | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 07h40:50 +00h 02m 20s [ 175 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 1 --ndim 3 --range 2 550 --dst 3 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(2, 2, 2), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3, 3, 3), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4, 4, 4), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5, 5, 5), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6, 6, 6), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7, 7, 7), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8, 8, 8), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9, 9, 9), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10, 10, 10), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11, 11, 11), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12, 12, 12), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13, 13, 13), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14, 14, 14), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15, 15, 15), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16, 16, 16), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18, 18, 18), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20, 20, 20), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21, 21, 21), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22, 22, 22), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24, 24, 24), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25, 25, 25), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26, 26, 26), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27, 27, 27), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28, 28, 28), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30, 30, 30), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32, 32, 32), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33, 33, 33), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35, 35, 35), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36, 36, 36), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39, 39, 39), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40, 40, 40), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42, 42, 42), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44, 44, 44), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45, 45, 45), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48, 48, 48), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49, 49, 49), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50, 50, 50), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52, 52, 52), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54, 54, 54), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55, 55, 55), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56, 56, 56), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60, 60, 60), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63, 63, 63), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64, 64, 64), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65, 65, 65), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66, 66, 66), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70, 70, 70), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72, 72, 72), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75, 75, 75), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77, 77, 77), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78, 78, 78), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80, 80, 80), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81, 81, 81), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84, 84, 84), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88, 88, 88), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90, 90, 90), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91, 91, 91), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96, 96, 96), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98, 98, 98), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99, 99, 99), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100, 100, 100), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104, 104, 104), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105, 105, 105), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108, 108, 108), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110, 110, 110), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112, 112, 112), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117, 117, 117), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120, 120, 120), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121, 121, 121), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125, 125, 125), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126, 126, 126), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128, 128, 128), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130, 130, 130), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132, 132, 132), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135, 135, 135), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140, 140, 140), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143, 143, 143), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144, 144, 144), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147, 147, 147), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150, 150, 150), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154, 154, 154), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156, 156, 156), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160, 160, 160), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162, 162, 162), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165, 165, 165), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168, 168, 168), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169, 169, 169), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175, 175, 175), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176, 176, 176), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180, 180, 180), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182, 182, 182), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189, 189, 189), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192, 192, 192), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195, 195, 195), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196, 196, 196), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198, 198, 198), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200, 200, 200), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208, 208, 208), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210, 210, 210), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216, 216, 216), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220, 220, 220), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224, 224, 224), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225, 225, 225), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231, 231, 231), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234, 234, 234), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240, 240, 240), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242, 242, 242), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243, 243, 243), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245, 245, 245), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250, 250, 250), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252, 252, 252), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256, 256, 256), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260, 260, 260), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264, 264, 264), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270, 270, 270), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273, 273, 273), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275, 275, 275), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280, 280, 280), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286, 286, 286), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288, 288, 288), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294, 294, 294), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297, 297, 297), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300, 300, 300), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308, 308, 308), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312, 312, 312), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315, 315, 315), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320, 320, 320), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324, 324, 324), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325, 325, 325), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330, 330, 330), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336, 336, 336), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338, 338, 338), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343, 343, 343), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350, 350, 350), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351, 351, 351), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352, 352, 352), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360, 360, 360), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363, 363, 363), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364, 364, 364), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375, 375, 375), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378, 378, 378), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384, 384, 384), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385, 385, 385), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390, 390, 390), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392, 392, 392), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396, 396, 396), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400, 400, 400), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405, 405, 405), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416, 416, 416), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420, 420, 420), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429, 429, 429), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432, 432, 432), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440, 440, 440), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441, 441, 441), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448, 448, 448), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450, 450, 450), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455, 455, 455), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462, 462, 462), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468, 468, 468), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480, 480, 480), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484, 484, 484), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486, 486, 486), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490, 490, 490), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495, 495, 495), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500, 500, 500), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504, 504, 504), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507, 507, 507), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512, 512, 512), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520, 520, 520), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525, 525, 525), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528, 528, 528), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539, 539, 539), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540, 540, 540), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546, 546, 546), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550, 550, 550), ndim=3, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined | ||||||||||||
m1 | pyopencl | DST4 | 1 | 3-100000 | 2,3,5,7,11,13 | float32 | out-of-place | Auto | 1 | 2024-09-27 07h58:08 +00h 02m 34s [ 1846 tests] | 0 | |
pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 4 --ndim 1 --range 3 100000 --dst 4 --radix --norm 1 --range-mb 0 4100 ERRORS: ====================================================================== test_systematic (backend='pyopencl', shape=(3,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(105,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(108,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(117,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(121,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(130,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(132,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(135,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(143,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(147,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(162,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(165,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(169,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(189,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(195,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(198,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(231,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(242,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(243,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(245,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(270,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(273,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(286,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(297,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(315,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(338,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(343,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(351,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(363,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(396,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(429,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(441,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(486,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(495,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(507,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(539,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(567,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(572,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(594,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(637,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(676,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(693,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(726,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(729,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(735,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(819,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(847,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(891,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(945,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(990,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1001,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1029,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1053,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1089,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1155,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1183,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1188,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1215,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1287,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1323,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1331,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1386,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1458,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1485,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1521,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1540,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1573,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1617,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1694,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1701,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1715,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1755,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1764,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1782,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1859,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1911,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(1980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2002,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2058,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2079,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2156,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2178,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2187,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2197,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2401,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2457,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2541,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2548,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2646,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2662,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2673,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2695,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2772,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2835,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(2970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3003,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3087,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3146,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3159,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3234,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3267,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3388,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3402,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3430,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3465,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3549,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3718,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3861,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3969,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(3993,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4004,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4116,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4158,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4356,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4374,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4394,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4455,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4459,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4563,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4719,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4802,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4851,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(4992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5082,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5103,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5145,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5265,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5324,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5346,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5376,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5390,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5577,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5733,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5929,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(5940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6174,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6237,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6292,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6468,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6534,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6591,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6615,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6804,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(6930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7007,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7203,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7371,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7605,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7623,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7644,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7722,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7938,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(7986,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8019,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8085,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8281,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8316,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8470,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8505,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8748,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8788,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8918,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(8960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9009,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9126,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9261,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9317,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9438,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9477,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9604,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9702,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9801,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9828,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(9984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10164,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10206,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10395,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10530,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10647,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10692,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10890,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(10985,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11011,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11154,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11466,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11583,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11830,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11858,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11907,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(11979,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12012,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12285,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12348,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12474,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12636,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12705,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(12960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13013,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13068,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13182,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13310,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13365,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13377,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13689,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(13860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14014,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14157,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14196,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14406,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14553,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14641,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14742,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(14976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15210,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15246,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15309,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15379,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15435,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15444,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15795,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(15972,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16038,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16128,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16335,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16562,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16731,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16807,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(16940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17199,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17303,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17745,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17787,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17836,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(17920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18018,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18144,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18252,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18522,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18634,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18711,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18876,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(18954,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19110,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19404,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19602,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19773,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19845,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19965,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(19968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20412,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20449,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20736,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20790,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(20800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21021,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21294,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21609,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21780,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(21970,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22022,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22113,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22295,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22308,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22638,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22815,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22869,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(22932,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23166,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23328,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23660,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23716,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23814,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(23958,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24057,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24167,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24192,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24255,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24570,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24843,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24948,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(24960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25168,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25410,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(25920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26026,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26244,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26364,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26411,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26620,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26754,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(26950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27027,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27378,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27456,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27783,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(27951,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28028,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28224,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28314,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28431,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28561,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28665,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28812,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(28875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29106,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29282,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29403,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29484,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29568,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29575,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29645,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(29952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30420,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30492,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30618,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30758,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30870,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(30976,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31104,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31185,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31213,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31941,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(31944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32076,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32670,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32805,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(32955,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33033,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33124,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33275,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33462,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33614,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(33957,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34398,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34496,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34606,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34749,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(34992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35490,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35574,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35721,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(35937,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36015,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36036,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36288,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36608,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36855,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(36960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37268,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37422,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37632,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37730,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37752,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(37908,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38115,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(38880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39039,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39204,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39366,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39424,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39546,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39690,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39930,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(39936,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40095,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40131,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40824,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40898,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(40960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41067,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41405,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41472,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41503,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41580,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(41600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42042,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42471,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42588,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(42900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43218,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43659,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43923,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(43940,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44044,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44226,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44352,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44590,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(44928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45045,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45276,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45630,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45738,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(45927,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46137,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46305,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46332,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46464,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46475,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46585,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46592,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46656,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(46875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47385,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47775,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(47916,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48048,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48114,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48334,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48384,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48510,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(48750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49005,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49140,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49686,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(49920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50193,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50336,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50421,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50544,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50688,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50820,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(50960,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51597,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51744,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51909,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(51975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52052,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52272,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52416,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52822,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(52920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53235,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53361,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53508,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(53900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54054,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54432,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54450,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54756,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54912,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(54925,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55055,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55296,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55566,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(55902,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56056,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56133,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56448,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56595,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56628,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56862,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(56875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57024,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57122,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57330,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57915,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(57967,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58564,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58806,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(58968,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59049,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59136,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59290,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59319,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59488,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59535,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(59904,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60025,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60060,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(60984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61236,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61347,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61425,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61516,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61740,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61776,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(61952,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62208,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62370,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62426,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(62920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63063,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63882,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(63888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64064,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64152,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64350,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64512,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64827,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(64896,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65065,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65219,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65340,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(65910,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66066,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66150,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66248,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66339,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66885,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(66924,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67392,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67584,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(67914,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68445,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68607,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(68992,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69212,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69300,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69498,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69696,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69888,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(69984,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70070,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70785,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(70980,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71148,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71442,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71680,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(71874,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72030,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72072,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72171,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72501,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72576,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72765,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(72900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73008,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73205,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73216,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73710,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(73920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74529,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74844,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(74880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75075,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75264,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75460,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75504,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75712,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(75816,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76032,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76230,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76545,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(76895,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77077,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77175,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77220,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77440,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77616,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(77760,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78078,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78408,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78624,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78650,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78732,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78848,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(78975,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79092,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79233,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79860,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(79872,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80190,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80262,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(80850,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81081,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81648,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81675,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81796,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81900,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(81920,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82134,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82320,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82368,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82810,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(82944,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83006,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83349,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83655,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(83853,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84035,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84084,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84672,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84700,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(84942,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85050,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85176,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85293,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85536,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85683,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(85995,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86016,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86240,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86436,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86515,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86528,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(86625,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87120,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87318,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87360,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87480,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87808,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87846,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(87880,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88088,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88209,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88452,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88704,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88725,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(88935,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89100,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89180,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89232,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89375,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(89856,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90090,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90112,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90552,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90720,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(90750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91091,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91125,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91260,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91476,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91520,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91728,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91854,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(91875,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92160,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92274,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92400,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92610,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92664,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92928,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(92950,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93170,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93184,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93312,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93555,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93600,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93639,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(93750,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94080,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94325,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94380,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94640,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94770,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(94864,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95256,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95550,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95823,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(95832,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96040,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96096,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96228,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96250,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96525,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96668,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96768,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(96800,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97020,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97200,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97344,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(97500,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98010,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98098,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98280,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98304,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98415,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98560,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98784,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(98865,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99099,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99225,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99372,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99792,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99825,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(99840,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined ====================================================================== test_systematic (backend='pyopencl', shape=(100000,), ndim=1, dtype=dtype('float32'), norm=1, use_lut=False, inplace=False, r2c=False, dct=False, dst=4, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 573, in test_accuracy_kwargs t = test_accuracy(**kwargs) File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/accuracy.py", line 401, in test_accuracy d = dstn(d0n, axes=axes_numpy, type=dst) NameError: name 'dstn' is not defined """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/favre/miniforge3/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic res = results.next(timeout=self.timeout * r) File "/Users/favre/miniforge3/lib/python3.9/multiprocessing/pool.py", line 870, in next raise value NameError: name 'dstn' is not defined |